﻿#テキストとイラスト
pbi_pm_with_illust = {
	texture = "gfx/interface/icons/production_method_icons/pbi_pm_with_illust.dds"
	is_default = yes

	unlocking_production_methods = {
	}

	country_modifiers = {
		level_scaled = {
			country_voting_power_from_literacy_add = 0.1
		}
	}
	building_modifiers = {
		workforce_scaled = {
			building_input_paper_add = 20  # x30=600
			building_output_pbi_goods_broadsheet_add = 60 # x40=2400
		}
		level_scaled = {
			building_employment_academics_add = 500
			building_employment_pbi_journalists_add = 2000
		}
	}
}
#テキストと写真
pbi_pm_with_photo = {
	texture = "gfx/interface/icons/production_method_icons/photographic_art.dds"

	unlocking_technologies = {
		camera
	}

	country_modifiers = {
		level_scaled = {
			country_voting_power_from_literacy_add = 0.2
		}
	}
	building_modifiers = {
		workforce_scaled = {
			building_input_dye_add = 5 # x40=200
			building_input_tools_add = 5 # x40=200
			building_input_paper_add = 20  # x30=600
			building_output_pbi_goods_broadsheet_add = 60 # x40=2400
		}
		unscaled = {
			building_output_pbi_goods_broadsheet_mult = 0.2
			building_output_pbi_goods_penny_press_mult = 0.2
		}
		level_scaled = {
			building_employment_academics_add = 250
			building_employment_engineers_add = 250
			building_employment_pbi_journalists_add = 2000
		}
	}
}
#輸送
pbi_pm_walk = {
	texture = "gfx/interface/icons/production_method_icons/pbi_pm_walk.dds"
	is_default = yes
	
	building_modifiers = {
		workforce_scaled = {
		}
		level_scaled = {
			building_employment_laborers_add = 2000
		}
	}
}
#電信
pbi_pm_electric_telegraph = {
	texture = "gfx/interface/icons/production_method_icons/pbi_pm_electric_telegraph.dds"
	
	unlocking_technologies = {
		electric_telegraph
	}

	building_modifiers = {
		workforce_scaled = {
			building_input_tools_add = 5 # x40=200
		}
		level_scaled = {
			building_employment_machinists_add = 250
			building_employment_laborers_add = 1500
		}
	}
}
#電話
pbi_pm_telephone = {
	texture = "gfx/interface/icons/production_method_icons/pbi_pm_telephone.dds"

	unlocking_technologies = {
		telephone
	}

	building_modifiers = {
		workforce_scaled = {
			building_input_telephones_add = 5
		}
		level_scaled = {
			building_employment_machinists_add = 500
			building_employment_laborers_add = 1000
		}
	}
}
#無線
pbi_pm_radio = {
	texture = "gfx/interface/icons/production_method_icons/radios.dds"
	
	unlocking_technologies = {
		radio
	}

	building_modifiers = {
		workforce_scaled = {
			building_input_radios_add = 5
		}
		level_scaled = {
			building_employment_machinists_add = 500
			building_employment_laborers_add = 500
		}
	}
}
#円圧印刷機
pbi_pm_cylinder_presses = {
	texture = "gfx/interface/icons/production_method_icons/no_automation.dds"
	is_default = yes

	state_modifiers = {
		workforce_scaled = {
			state_education_access_wealth_add = 0.01
		}
	}

	building_modifiers = {
		workforce_scaled = {
			building_input_tools_add = 10 # x40=400
		}

		level_scaled = {
			building_employment_engineers_add = 250
			building_employment_machinists_add = 1000
		}
	}
}
#輪転印刷機
pbi_pm_rotary_presses = {
	texture = "gfx/interface/icons/production_method_icons/rotary_valve_engine.dds"
	
	unlocking_technologies = {
		pbi_technology_rotary_presses
	}

	state_modifiers = {
		workforce_scaled = {
			state_education_access_add = 0.01
		}
	}
	building_modifiers = {
		workforce_scaled = {
			building_input_paper_add = 20 # x30=600
			building_input_tools_add = 10 # x40=400
			building_input_coal_add = 10 # x30=300
			building_output_pbi_goods_broadsheet_add = -30 # x40=-1200
			building_output_pbi_goods_penny_press_add = 150 # x30=4500
		}

		level_scaled = {
			building_employment_pbi_journalists_add = 3000
			building_employment_engineers_add = 500
			building_employment_machinists_add = 1500
		}
	}
}
#ライノタイプ機
pbi_pm_linotype = {
	texture = "gfx/interface/icons/production_method_icons/pbi_pm_linotype.dds"

	unlocking_technologies = {
		pbi_technology_linotype
	}

	state_modifiers = {
		workforce_scaled = {
			state_education_access_add = 0.02
		}
	}
	building_modifiers = {
		workforce_scaled = {
			building_input_paper_add = 30 # x30=900
			building_input_tools_add = 10 # x40=400
			building_input_engines_add = 5 # x60=300
			building_output_pbi_goods_broadsheet_add = 10 # x40=-500
			building_output_pbi_goods_penny_press_add = 200 # x30=6000
		}

		level_scaled = {
			building_employment_pbi_journalists_add = 3000
			building_employment_engineers_add = 250
			building_employment_machinists_add = 1500
		}
	}
}
#新聞広告のみ
pbi_pm_press = {
	texture = "gfx/interface/icons/production_method_icons/pbi_pm_press.dds"
	is_default = yes

	state_modifiers = {
		workforce_scaled = {
			state_pop_qualifications_mult = 0.03
		}
	}
	building_modifiers = {
		workforce_scaled = {
		}

		level_scaled = {
		}
	}
}
#商業ポスター
pbi_pm_commercial_poster = {
	texture = "gfx/interface/icons/production_method_icons/pbi_pm_commercial_poster.dds"
	
	unlocking_technologies = {
		pbi_technology_arts_and_crafts
	}

	state_modifiers = {
		unscaled = {
			state_expected_sol_from_literacy = 1
		}
	}
	building_modifiers = {
		workforce_scaled = {
			building_input_paper_add = 10 # x30=300
			building_input_dye_add = 10 # x40=400
			building_output_pbi_goods_pop_art_add = 30 # x45=1350
		}

		level_scaled = {
		}
	}
}
#プロパガンダポスター
pbi_pm_propaganda_poster = {
	texture = "gfx/interface/icons/production_method_icons/pbi_pm_propaganda_poster.dds"
	
	unlocking_technologies = {
		political_agitation
	}
	country_modifiers = {
		level_scaled = {
			country_voting_power_from_literacy_add = 8
		}
	}
	building_modifiers = {
		workforce_scaled = {
			building_input_paper_add = 10 # x30=300
			building_input_dye_add = 5 # x40=200
			building_output_pbi_goods_pop_art_add = 20 # x45=900
		}

		level_scaled = {
		}
	}
}
#従軍記者
pbi_pm_military_reporter = {
	texture = "gfx/interface/icons/production_method_icons/pbi_pm_military_reporter.dds"
	
	unlocking_technologies = {
		war_propaganda
	}
	country_modifiers = {
		unscaled = {
			country_war_exhaustion_casualties_mult = -0.05
			interest_group_ig_armed_forces_pop_attraction_mult = 0.05
			state_pbi_journalists_mortality_mult = 0.1
		}
	}
	building_modifiers = {
		workforce_scaled = {
		}
		level_scaled = {
		}
	}
}
#個人所有
pbi_pm_privately_owned_building_publishing_industry = {
	texture = "gfx/interface/icons/production_method_icons/privately_owned.dds"
	is_default = yes

	unlocking_production_methods = {
	}

	disallowing_laws = {
		law_command_economy
		law_council_republic
	}

	building_modifiers = {
		level_scaled = {
			building_employment_capitalists_add = 100
		}
		unscaled = {
			building_capitalists_shares_add = 5
		}
	}
}
#公開企業
pbi_pm_publicly_traded_building_publishing_industry = {
	texture = "gfx/interface/icons/production_method_icons/publicly_traded.dds"

	unlocking_production_methods = {
	}

	unlocking_technologies = {
		mutual_funds
	}

	disallowing_laws = {
		law_command_economy
		law_council_republic
	}

	building_modifiers = {
		level_scaled = {
			building_employment_capitalists_add = 150
		}
		unscaled = {
			building_capitalists_shares_add = 5
			building_academics_shares_add = 1
			building_pbi_journalists_shares_add = 1
		}
	}
}
#国営
pbi_pm_government_run_building_publishing_industry = {
	texture = "gfx/interface/icons/production_method_icons/government_run.dds"

	unlocking_laws = {
		law_command_economy
	}
	
	building_modifiers = {
		level_scaled = {
			building_employment_bureaucrats_add = 150
		}
		unscaled = {
			building_bureaucrats_shares_add = 5
		}
	}
}
#労働者協同組合
pbi_pm_worker_cooperative_building_publishing_industry = {
	texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds"

	unlocking_laws = {
		law_council_republic
	}

	building_modifiers = {
		level_scaled = {
			building_employment_laborers_add = 100
			building_employment_machinists_add = 100
		}
		unscaled = {
			building_academics_shares_add = 1
			building_pbi_journalists_shares_add = 1
			building_engineers_shares_add = 1
			building_laborers_shares_add = 1
			building_machinists_shares_add = 1
		}
	}
}

